/**
 * @description : 整个项目所有样式
 * @authro      : 赵卫平
 * @created     : 2014-10-25
 */	
/*==================================================全局==========================================================================*/
@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
html {
	overflow:hidden;
	overflow-y:auto;
} /*始终让 Firefox 显示滚动条*/
* {ord-rap: break-ord;}/*文字强制换行ord-break:keep-all;(Ff)*/
table {border-collapse: collapse;}/*细线表格*/
fieldset, img {border: none;}/*清除描*/
ul, li {list-style-type: none;}/*无列表项目标记*/

a {text-decoration: none; color: #777777;}/* 链接无下划线,有为underline;链接去框 */
a:link {color: #777777;}/* 未访问的链接 */
a:visited {color: #777777;}/* 已访问的链接 */
a:hover {color:#1eb660;}/* 鼠标在链接上 */
a:active {color: #777777;}/* 点击激活链接 */

body {
	font-family:"microsoft yahei";
	font-size: 12px;
	color:#777777;
	background:url(../images/body_bg.jpg);
	}
select, input {
	vertical-align: middle;
	outline: none;
	}
em, i , p , span,strong{
	font-style: normal;
	}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {cursor: pointer}
/*^
 * 框架
 * @created 2014.10.25
 * @return
 */	

.wrap{
	width:1005px;
	clear:both;
	margin:0 auto;
	}
.fl {
	float:left;
	display:inline;
    }
.fr {
	float:right;
	display:inline;
    }
.h10{height:10px; clear:both;}
.h15{height:15px; clear:both;}
.h20{height:20px; clear:both;}
.h25{height:25px; clear:both;}
.h30{height:30px; clear:both;}
.h35{height:35px; clear:both;}
.h60{height:60px; clear:both;}
.borde{ border:1px solid #e6e6e6;}
.background{background:url(../images/body_w.png) repeat-y center center;}
/*头部开始*/
.topbox{
	width:100%;
	height:40px;
	clear:both;
	background:#005d34;
	}
.topbox_fl a{
	font-family:"宋体";
	font-size:12px;
	color:#e3fdf2;
	text-align:left;
	line-height:40px;
	}
.topbox_fr{
	width:680px;
	font-size:12px;
	color:#028048;
	line-height:40px;
	}
.topbox_fr a{
	font-size:12px;
	color:#e2fdf1;
	text-align:center;
	line-height:40px;
	}
.topbox_fr .a1{
	background:url(../images/ioc_top.jpg) no-repeat left center;
	padding-left:18px;
	}
.topbox_fr a i{
	font-family:"Arial";
	font-size:12px;
	color:#e2fdf1;
	text-align:center;
	line-height:40px;
	}
/*语言选择*/
.search_type{
	display:inline;
	width:90px;
	height:17px;
	display:inline;
	position:relative;
	z-index:9999;
	background:url(../images/search_type.png) no-repeat center center;
	margin:11px 0 0 0;
	}
.search_type em{
	width:72px;
	display:block;
	line-height:18px;
	text-align:center;
	padding:0 18px 0 0;
	cursor:pointer;
	color:#bfffe3;
	}
.search_type div{
	width:72px;
	position:absolute;
	left:0;
	top:17px;
	background:#02864c;
	display:none;
	}
.search_type div a{
	display:block;
	line-height:17px;
	text-align:center;
	clear:both;
	background:#02864c;
	color:#bfffe3;
	margin-top:1px;
	}
.search_type div a:hover{background:#02c972;color:#ffffff;}
/*头部结束*/
/*尾部开始*/
.tan_footer{
	clear:both;
	width:100%;
	background:#097345;
	}
.tan_footer_box1{
	width:100%;
	height:64px;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #065533;
	}
.tan_footer_box2{
	width:100%;
	height:212px;
	clear:both;
	border-top:1px solid #1cb171;
	border-bottom:1px solid #065533;
	padding-bottom:10px;
	}
.tan_footer_box3{
	width:100%;
	clear:both;
	overflow:hidden;
	border-top:1px solid #1cb171;
	padding:10px 0 15px 0;
	}
.footer_box1_dl{
	display:block;
	height:46px;
	margin:15px 0 0 0;
	}
.footer_box1_dl dd{
	display:block;
	width:150px;
	height:46px;
	float:left;
	text-align:center;
	}
.footer_box1_dl dd a{
	font-size:14px;
	color:#eafef5;
	line-height:46px;
	text-align:left;
	display:block;
	padding:0 0 0 20px;
	}
.footer_box1_dl dd a:hover{ color:#FFF;}
.footer_box2_fl{
	width:745px;
	overflo:hidden;
	}

.footer_box2_fl_ul li{
	width:130px;
	display:block;
	float:left;
	margin-top:12px;
	overflow:hidden;
	padding:0 0 0 18px;
	}
.footer_box2_fl_ul li dl dd a{
	display:block;
	height:24px;
	font-family:"宋体";
	font-size:12px;
	color:#76b89b;
	line-height:24px;
	text-align:left;
	text-indent:10px;
	}
.footer_box2_fl_ul li dl dd a:hover{color:#eafef5;}
.footer_box2_fr{
	width:260px;
	height:198px;
	padding-top:12px;
	}
.footer_box2_fr h1{
	font-family:"宋体";
	font-size:13px;
	color:#76b89b;
	line-height:24px;
	text-align:center;
	margin:0 0 20px 40px;
	font-weight:normal;
	}
.footer_box2_fr h1 a{
	font-family:"宋体";
	font-size:13px;
	color:#76b89b;
	line-height:24px;
	text-align:center;
	font-weight:normal;
	}
.footer_box2_fr h1 a:hover{color:#eafef5;}
.footer_box2_fr dl dd{
	display:block;
	width:65px;
	height:45px;
	text-align:center;
	float:left;
	}
.footer_box2_fr dl dd a{
	display:block;
	width:65px;
	height:45px;
	font-family:"宋体";
	font-size:12px;
	color:#76b89b;
	line-height:70px;
	text-align:center;
	}
.footer_box2_fr dl dd a:hover{color:#eafef5;}
.footer_box2_fr dl .dd1{background:url(../images/icon_footer1.jpg) no-repeat top center;}
.footer_box2_fr dl .dd2{background:url(../images/icon_footer2.jpg) no-repeat top center;}
.footer_box2_fr dl .dd3{background:url(../images/icon_footer3.jpg) no-repeat top center; position:relative;}
.footer_box2_fr dl .dd4{background:url(../images/icon_footer4.jpg) no-repeat top center;}
.em_dl .dd3 em{
	display:block;
	width:200px;
	height:210px;
	background:url(../images/ew22.png) no-repeat top center;
	position:absolute;
	top:-215px;
	left:-70px;
	display:none;
	}
.tan_footer_box3 h1{
	font-family:"宋体";
	font-size:12px;
	color:#6fb697;
	line-height:24px;
	text-align:center;
	font-weight:normal;
	}
.tan_footer_box3 h2{
	display:block;
	height:24px;
	font-family:"宋体";
	font-size:12px;
	color:#6fb697;
	line-height:24px;
	text-align:center;
	font-weight:normal;
	}
.tan_footer_box3 a{
	height:24px;
	font-family:"宋体";
	font-size:12px;
	color:#6fb697;
	line-height:24px;
	text-align:center;
	font-weight:normal;
	}
.tan_footer_box3 a:hover{color:#eafef5;}
/*尾部结束*/
/*导航菜单开始*/
.menubox{
	width:100%;
	height:108px;
	clear:both;
	}
.logobox{
	width:232px;
	height:63px;
	margin-top:25px;
	}
.logobox a{
	display:block;
	width:232px;
	height:63px;
	}
.menubox1{
	width:705px;
	overflow:hidden;
	}
.menu_ul{
	display:block;
	width:1005px;
	height:95px;
	}
.menu_ul li{
	display:block;
	width:90px;
	height:96px;
	float:left;
	}
.menu_ul li a{
	display:block;
	width:90px;
	height:96px;
	font-size:14px;
	color:#888888;
	text-align:center;
	line-height:164px;
	}

.menu_ul .li1 a{background:url(../images/icon_menu1.png) no-repeat center center;}
.menu_ul .li2 a{background:url(../images/icon_menu2.png) no-repeat center center;}
.menu_ul .li3 a{background:url(../images/icon_menu3.png) no-repeat center center;}
.menu_ul .li4 a{background:url(../images/icon_menu4.png) no-repeat center center;}
.menu_ul .li5 a{background:url(../images/icon_menu5.png) no-repeat center center;}
.menu_ul .li6 a{background:url(../images/icon_menu6.png) no-repeat center center;}
.menu_ul .li7 a{background:url(../images/icon_menu7.png) no-repeat center center;}
.menu_ul .li8 a{background:url(../images/icon_menu8.png) no-repeat center center;}

.menu_ul .li1:hover a{background:url(../images/icon_menu1h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li1:hover a{background:url(../images/icon_menu1h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li2:hover a{background:url(../images/icon_menu2h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li3:hover a{background:url(../images/icon_menu3h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li4:hover a{background:url(../images/icon_menu4h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li5:hover a{background:url(../images/icon_menu5h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li6:hover a{background:url(../images/icon_menu6h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li7:hover a{background:url(../images/icon_menu7h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li8:hover a{background:url(../images/icon_menu8h.png) no-repeat center center;color:#0d9749;}

.menu_ul .li1.hover a{background:url(../images/icon_menu1h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li1.hover a{background:url(../images/icon_menu1h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li2.hover a{background:url(../images/icon_menu2h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li3.hover a{background:url(../images/icon_menu3h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li4.hover a{background:url(../images/icon_menu4h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li5.hover a{background:url(../images/icon_menu5h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li6.hover a{background:url(../images/icon_menu6h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li7.hover a{background:url(../images/icon_menu7h.png) no-repeat center center;color:#0d9749;}
.menu_ul .li8.hover a{background:url(../images/icon_menu8h.png) no-repeat center center;color:#0d9749;}
/*导航菜单结束*
/*banner 开始*/
.banner{
	width:100%;
	height:480px;
	background:#999;
	}
.subBanner{
	width:100%;
	height:300px;
	background:#999;
	overflow:hidden;
	}
.subBanner div{
	width:100%;
	height:300px;
	clear:both;
	}
/*banner 结束*/
/*子菜单开始*/
.submenubox{
	position:relative;
	}
.submenu{
	display:block;
	height:38px;
	position:absolute;
	right:0;
	top:-20px;
	}
.submenu dd{
	display:block;
	width:105px;
	height:38px;
	text-align:center;
	line-height:38px;
	background:#00923f;
	float:left;
	margin-right:2px;
	box-shadow:0px 2px 1px 0px #cccccc;
	}
.submenu dd a{
	display:block;
	width:105px;
	height:38px;
	text-align:center;
	line-height:38px;
	font-size:14px;
	color:#ffffff;
	}
.submenu dd.hover{background:#1eb660;}
.submenu dd:link{background:#00923f;}
.submenu dd:visited{background:#00923f;}
.submenu dd:hover{background:#1eb660;}
.submenu dd:active{background:#00923f;}
/*子菜单结束*/
/*当前位置*/
.subnavbox{
	width:100%;
	height:90px;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #dedede;
	}
.subnavbox1{
	width:100%;
	height:1px;
	clear:both;
	background:#ffffff;
	}
.subnav h1{
	display:block;
	height:21px;
	line-height:26px;
	font-size:16px;
	color:#00923f;
	float:left;
	margin-top:60px;
	background:url(../images/icon_h1.png) no-repeat left center;
	padding-left:25px;
	}
.subnav h2{
	display:block;
	height:16px;
	font-family:"宋体";
	line-height:16px;
	font-size:12px;
	color:#777777;
	float:right;
	font-weight:normal;
	margin-top:65px;
	padding-left:15px;
	background:url(../images/icon_h2.png) no-repeat left center;
	}
.subnav h2 a{
	font-family:"宋体";
	line-height:16px;
	font-size:12px;
	color:#777777;
	}
.subnav h2 a:hover{color:#00923f;}
.subnav h2 .a_c{color:#00923f;}
/*index 内容开始*/
/*集团概况*/
.content1box{
	width:100%;
	overflow:hidden;
	}
.content_top{ margin:0 auto;}
.content1_title{
	width:100%;
	height:85px;
	overflow:hidden;
	}
.content1_title h1{
	display:block;
	font-size:24px;
	color:#005d34;
	line-height:42px;
	text-align:center;
	}
.content1_title h2{
	font-size:20px;
	color:#00923f;
	line-height:42px;
	text-align:center;
	}
.box1_fl{
	width:278px;
	height:85px;
	border:5px solid #006100;
	position:relative;
	float:left;
	}
.box1_fl img{
	display:block;
	width:278px;
	height:85px;
	margin:0 auto;
	}
.box1_fl a{
	display:block;
	width:275px;
	height:85px;
	}
.box1_fl i{
	display:block;
	width:38px;
	height:19px;
	background:url(../images/icon_h.png) no-repeat center center;
	position:absolute;
	top:85px;
	right:55px;
	z-index:1;
	}
.conten_fl_box1{
	width:590px;
	overflow:hidden;
	}
.box1_top{
	width:590px;
	height:110px;
	overflow:hidden;
	}
.box1_fr{
	width:280px;
	height:90px;
	float:left;
	margin:12px 0 0 20px;
	}
.box1_fr .fr_nav dd{
	display:block;
	width:83px;
	height:25px;
	float:left;
	text-align:center;
	line-height:25px;
	margin-right:10px;
	background:url(../images/fr_navbg2.jpg) no-repeat center center;
	}
.box1_fr h1{
	display:block;
	height:35px;
	font-family:"黑体";
	font-size:33px;
	color:#686868;
	text-align:left;
	line-height:35px;
	margin-bottom:15px;
	}
.box1_fr .fr_nav{
	display:block;
	margin:0 auto;
	}
.box1_fr .fr_nav dd a{
	display:block;
	width:83px;
	height:25px;
	font-family:"宋体";
	font-size:12px;
	color:#e0fce0;
	line-height:25px;
	text-align:center;
	}
.box1_fr .fr_nav dd.hover{ background:url(../images/fr_navbg1.jpg) no-repeat center center;}
.box1_fr .fr_nav dd:hover{ background:url(../images/fr_navbg1.jpg) no-repeat center center;}
.box1_fr .fr_nav dd .hover a{color:#e2fbed;}
.box1_fr .fr_nav dd a:link{color:#e0fce0;}
.box1_fr .fr_nav dd a:visited{color:#e0fce0;}
.box1_fr .fr_nav dd a:hover{color:#e2fbed;}
.box1_fr .fr_nav dd a:active{color:#e0fce0;}
.conten_fl_txt{
	width:590px;
	height:90px;
	overflow:hidden;
	font-family:"宋体";
	font-size:12px;
	color:#777777;
	line-height:22px;
	}
.content1_conten_fr{
	width:340px;
	height:238px;
	overflow:hidden;
	}
.content1_conten_fr .fl{
	height:234px;
	margin-top:2px;
	border-left:1px solid #dedede;
	}
.content1_conten_fr .mvbox{
	width:295px;
	height:238px;
	}
/*产品中心*/
.content1box2{
	width:100%;
	margin-top:5px;
	}
.tan_Box{
	width:1005px;
	overflow:hidden;
	}
.tan_scrol{
	display:block;
	width:1157px;
	height:270px;
	}
.tan_scrol dd{
	display:block;
	width:222px;
	height:222px;
	float:left;
	margin-right:39px;
	}
.tan_scrol dd p{
	display:block;
	width:222px;
	height:222px;
	overflow:hidden;
	}
.tan_scrol dd p img{
	display:block;
	width:222px;
	height:222px;
	position:absolute;
	z-index:1;
	}
.tan_scrol dd i{
	display:block;
	width:222px;
	height:222px;
	position:absolute;
	z-index:9;
	display:none;
	background:url(../images/zoom.png) no-repeat  center center;
	}
.tan_scrol dd span a{
	display:block;
	width:222px;
	height:48px;
	display:block;
	background:#005d34;
	color:#defef0;
	font-size:16px;
	text-align:center;
	line-height:48px;
	}
.tan_scrol dd span a:hover{color:#FFF;}
.tan_scrol dd .span1 a{
	background:url(../images/ah_bg.png) no-repeat center;
	}
.tan_scrol dd.hover span a{
	background:url(../images/ah_bg.png) no-repeat center;
	}
#slide{
	margin-top:13px;
	position:relative;
	}
#slide .bt1{
	display:block;
	width:47px;
	height:91px;
	background:url(../images/icon_bottom1.png) no-repeat center;
	position:absolute;
	left:-85px;
	top:89px;
	z-index:9999;
	}
#slide .bt1:hover{
	background:url(../images/icon_bottom1h.png) no-repeat center;
	}
#slide .bt2{
	display:block;
	width:47px;
	height:91px;
	background:url(../images/icon_bottom2.png) no-repeat center;
	position:absolute;
	right:-85px;
	top:89px;
	z-index:9999;
	}
#slide .bt2:hover{
	background:url(../images/icon_bottom2h.png) no-repeat center;
	}
/*新闻动态*/
.content1box3{
	width:100%;
	overflow:hidden;
	}
.content1box3_fl{
	width:445px;
	height:292px;
	margin-left:5px;
	}
.content1box3_fl p{
	display:block;
	width:445px;
	height:177px;
	}
.content1box3_fl p img{
	display:block;
	width:445px;
	height:177px;
	}
.content1box3_fl h3 a{
	height:24px;
	display:block;
	text-align:left;
	font-size:14px;
	line-height:24px;
	color:#097345;
	margin-top:20px;
	overflow: hidden;
	}
.content1box3_fl h3 a:hover{ color:#00923f;}
.content1box3_fl div{
	width:445px;
	height:75px;
	font-size:12px;
	line-height:25px;
	color:#777777;
	text-align:left;
	}
.content1box3_fr_dl{
	display:block;
	width:485px;
	height:295px;
	}
.content1box3_fr_dl dd{
	display:block;
	width:485px;
	height:78px;
	margin-bottom:30px;
	}
.content1box3_fr_dl dd p{
	display:block;
	width:130px;
	height:78px;
	float:left;
	}
.content1box3_fr_dl dd p img{
	display:block;
	width:130px;
	height:78px;
	}
.content1box3_fr_dl dd div{
	width:340px;
	height:78px;
	float:right;
	}
.content1box3_fr_dl dd div h3 a{
	display:block;
	overflow:hidden;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#097345;
	}
.content1box3_fr_dl dd div h3 a:hover{ color:#00923f;}
.content1box3_fr_dl dd div span{
	display:block;
	height:48px;
	line-height:24px;
	font-size:12px;
	color:#777777;
	overflow: hidden;
	}
/*特安呐布局*/
.content1box4{
	width:100%;
	}
.tan_Box1{
	width:1005px;
	overflow:hidden;
	}
.tan_scrol1{
	display:block;
	width:1157px;
	height:270px;
	}
.tan_scrol1 dd{
	display:block;
	width:200px;
	height:230px;
	float:left;
	margin-right:39px;
	}
.tan_scrol1 dd p{
	display:block;
	width:200px;
	height:200px;
	overflow:hidden;
	position:relative;
	}
.tan_scrol1 dd p a{
	display:block;
	width:200px;
	height:200px;
	}
.tan_scrol1 dd p img{
	display:block;
	width:200px;
	height:200px;
	position:relative;
	z-index:1;
	}
.tan_scrol1 dd i{
	display:block;
	width:200px;
	height:200px;
	position:absolute;
	top:0;
	left:-1px;
	z-index:9;
	display:none;
	background:url(../images/icon_border_hover.png) no-repeat  center center;
	}
.tan_scrol1 dd em{
	display:block;
	width:200px;
	height:200px;
	position:absolute;
	z-index:8;
	background:url(../images/icon_border1.png) no-repeat  center center;
	}
.tan_scrol1 dd span a{
	display:block;
	width:200px;
	height:42px;
	font-family:"黑体";
	font-size:16px;
	color:#00923f;
	line-height:42px;
	text-align:center;
	}
.tan_scrol1 dd span a:hover{color:#00923f;}
.tan_scrol1 dd .span1 a{
	background:url(../images/ah_bg.png) no-repeat center;
	}
.tan_scrol1 dd.hover span a{
	background:url(../images/ah_bg.png) no-repeat center;
	}
#slide1{
	margin-top:13px;
	position:relative;
	}
#slide1 .bt1{
	display:block;
	width:30px;
	height:58px;
	background:url(../images/icon_bottom3.png) no-repeat center;
	position:absolute;
	left:-47px;
	top:71px;
	z-index:9999;
	}
#slide1 .bt1:hover{
	background:url(../images/icon_bottom3h.png) no-repeat center;
	}
#slide1 .bt2{
	display:block;
	width:30px;
	height:58px;
	background:url(../images/icon_bottom4.png) no-repeat center;
	position:absolute;
	right:-47px;
	top:71px;
	z-index:9999;
	}
#slide1 .bt2:hover{
	background:url(../images/icon_bottom4h.png) no-repeat center;
	}
.tan_Box1{
	width:1005px;
	overflow:hidden;
	}
.tan_scrol1{
	width:1200px;
	display:block;
	overflow:hidden;
	}
.tan_scrol1 dd{
	display:block;
	width:199px;
	height:200px;
	float:left;
	margin-right:70px;
	}
.tan_scrol1 dd span{
	display:block;
	width:199px;
	height:42px;
	margin-top:15px;
	}
.tan_scrol1 dd span a{
	display:block;
	width:195px;
	height:42px;
	font-family:"黑体";
	font-size:16px;
	color:#00923f;
	line-height:42px;
	text-align:center;
	}
/*营销网点*/
.content1box5{
	width:100%;
	overflow:hidden;
	}
.content1box5_fl{
	width:485px;
	overflow:hidden;
	}
.content1box5_fl_dl{
	display:block;
	width:485px;
	height:370px;
	overflow:hidden;
	}
.content1box5_fl_dl dd{
	display:block;
	width:485px;
	height:115px;
	margin-bottom:10px;
	overflow:hidden;
	}
.content1box5_fl_dl dd p{
	display:block;
	width:130px;
	height:101px;
	float:left;
	margin-top:12px;
	}
.content1box5_fl_dl dd p img{
	display:block;
	width:130px;
	height:101px;
	}
.content1box5_fl_dl dd div{
	width:340px;
	float:right;
	overflow:hidden;
	}
.content1box5_fl_dl dd div h3 a{
	display:block;
	height:30px;
	line-height:42px;
	font-size:16px;
	color:#005d34;
	margin-bottom:5px;
	overflow: hidden;
	}
.content1box5_fl_dl dd div h3 a:hover{ color:#00923f;}
.content1box5_fl_dl dd div span{
	display:block;
	height:84px;
	line-height:28px;
	font-size:12px;
	color:#777777;
	}
.content1box5_fr h2{
	height:28px;
	display:block;
	font-weight:normal;
	}
.content1box5_fr h2 a{
	height:28px;
	display:block;
	font-size:14px;
	line-height:28px;
	text-align:left;
	color:#454545;
	}
.content1box5_fr h2 a:hover{ color:#00923f;}
.content1box5_fr_box{
	width:440px;
	height:318px;
	border:1px solid #d9d9d9;
	margin-top:15px;
	background:#f4f4f4;
	}
.tab3_con{
	width:380px;
	height:205px;
	margin:18px 30px 30px 30px;
	}
.tab3_con div{
	width:380px;
	height:205px;
	}
.tab3_con div img{
	display:block;
	width:380px;
	height:205px;
	margin:0 auto;
	}
.tan_title{
	width:200px;
	height:20px;
	display:block;
	margin:50px 0 0 30px;
	}
.tan_title dd{
	display:block;
	width:50px;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	}
.tan_title dd a{
	display:block;
	width:50px;
	height:20px;
	line-height:20px;
	text-align:left;
	font-family:"宋体";
	font-size:12px;
	color:#666666;
	}
.tan_title dd.hover a{ color:#02ad51;}
.tan_title dd:link a{color:#666666;}/* 未访问的链接 */
.tan_title dd:visited a{color:#666666;}/* 已访问的链接 */
.tan_title dd:hover a{color:#02ad51;}/* 鼠标在链接上 */
.tan_title dd:active a{color:#666666;}/* 点击激活链接 */

/*index 内容结束*/
/**
 * 图文列表
 * @author 赵卫平
 * @return 2014-12-20
 */
.TextImgList{
	clear:both;
	padding:0 10px 0 10px;
	min-height:100px;
	height:auto !important;
	height:100px;
	}
.TextImgList dd{
	display:block;
	height:219px;
	background:#ffffff;
	clear:both;
	margin-bottom:29px;
	}
.TextImgList dd p{
	width:268px;
	height:186px;
	display:block;
	float:left;
	background:#fff;
	border:1px solid #d9d9d9;
	margin:16px;
	}
.TextImgList dd img{
	width:268px;
	height:186px;
	display:block;
	}
.TextImgList_right{
	width:650px;
	float:left;
	color:#666666;
	padding:30px 0 0 0;
	overflow:hidden;
	margin-left:16px;
	}
.TextImgList_right h3 a{
	display:block;
	clear:both;
	height:40px;
	font-size:16px;
	line-height:40px;
	color:#00923f;
	}
.TextImgList_right h3 a:link{ color:#00923f;}
.TextImgList_right h3 a:visited{ color:#00923f;}
.TextImgList_right h3 a:hover{ color:#1eb660;}
.TextImgList_right h3 a:active{ color:#00923f;}
.TextImgList_right div{
	clear:both;
	font-size:14px;
	line-height:28px;
	text-align:left;
	color:#949494;
	}
.more{
	width:68px;
	height:27px;
	float:right;
	background:url(../images/more_bg.png) no-repeat center center;
	margin-top:12px;
	}
.more a{
	width:68px;
	height:27px;
	display:block;
	font-size:12px;
	line-height:27px;
	text-align:center;
	color:#d7ffe8;
	margin-left:5px;
	}
.tan_title dd.hover{ color:#02ad51;}
.more a:link{color:#d7ffe8;}/* 未访问的链接 */
.more a:visited{color:#d7ffe8;}/* 已访问的链接 */
.more a:hover{color:ffffff;}/* 鼠标在链接上 */
.more a:active{color:#d7ffe8;}/* 点击激活链接 */
/*page*/
.page {
	padding:15px 0 10px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page code{
	font-family: "microsoft yahei";
	color:#097345;
	font-size:14px;
	}
.page label{
	font-family: "microsoft yahei";
	color:#097345;
	font-size:14px;
	}
.page a {
	padding:3px 9px;
	background: #fff;
	color:#005d34;
	font-size:14px;
}
.page a:hover {
	background: #005d34;
	color: #ffffff;
}
.page a.hover {
	background: #005d34;
	color: #ffffff;
}
.page input {
	vertical-align: middle;
	height: 20px;
	border:none;
}
.page input.pageDetail {
	width:26px;
	height:28px;
	text-align: center;
	margin-bottom:4px;
	color:#097345;
	font-size:14px;
}
.page input.page_bnt {
	border: none;
	width:32px;
	height:25px;
	cursor:pointer;
	font-family: "microsoft yahei";
	color:#097345;
	margin-bottom:4px;
}
/*文字列表*/
.TextListbox{
	width:920px;
	min-height:108px;
	height:auto !important;
	height:108px; 
	padding:26px 0 0 0;
	overflow:hidden;
	background:url(../images/tetlist_bg.png) repeat-y center;
	}
.TextList_dl_fl dd{
	display:block;
	width:460px;
	height:108px;
	background:url(../images/tetlist_dd.png) no-repeat center center;
	margin-bottom:33px;
	position:relative;
	float:left;
	display:inline;
	z-index:9;
	}
	
.TextList_dd_fl {margin-left:15px; float:left;}
.TextList_dd_fl h3{
	display:block;
	width:272px;
	height:35px;
	border-bottom:1px solid #f2f2f4;
	}
.TextList_dd_fl h3 a{
	display:block;
	width:272px;
	height:35px;
	border-bottom:1px solid #f2f2f4;
	font-size:14px;
	line-height:42px;
	text-align:left;
	color:#00923f;
	margin-top:5px;
	overflow: hidden;
	}
.TextList_dd_fl div{
	width:272px;
	height:60px;
	font-size:14px;
	line-height:28px;
	color:#777777;
	text-align:left;
	overflow: hidden;
	}
.TextList_dd_fr{
	width:45px;
	height:72px;
	float:right;
	margin:25px 86px 0 0;
	}
.TextList_dd_fr span{
	display:block;
	width:42px;
	height:36px;
	font-family:"Arial";
	font-size:33px;
	color:#00923f;
	text-align:center;
	line-height:36px;
	border-bottom:1px solid #f2f2f4;
	margin:0 auto;
	}
.TextList_dd_fr em{
	display:block;
	width:42px;
	height:36px;
	color:#00923f;
	font-family:"Arial";
	font-size:12px;
	text-align:center;
	line-height:25px;
	}
.TextList_dl_fl dd i{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:48px;
	left:452px;
	background:url(../images/i_bg1.png) no-repeat center center;
	z-index:9999;
	}
.TextList_dl_fl dd.on{
	background:url(../images/tetlist_dd1.png) no-repeat center center;
	}
.TextList_dl_fl dd.on .TextList_dd_fr{
	float:left;
	margin:25px 0 0 86px;
	}
.TextList_dl_fl dd.on .TextList_dd_fl{
	float:right;
	margin-right:15px;
	}
.TextList_dl_fl dd.hover{
	z-index:99;
	background:url(../images/tetlist_dd_h.png) no-repeat center center;
	}
.TextList_dl_fl dd.hover i{
	background:url(../images/i_bg.png) no-repeat center center;
	}
.TextList_dl_fl dd.on.hover{
	background:url(../images/tetlist_dd1_h.png) no-repeat center center;
	}
.TextList_dl_fl dd.hover em{ color:#fff;}
.TextList_dl_fl dd.hover span{ color:#fff;}
.TextList_dl_fl dd.hover h3 a{ color:#fff;}
.TextList_dl_fl dd.hover h3 a:visited{ color:#fff;}
.TextList_dl_fl dd.hover h3 a:hover{ color:#fff;}
.TextList_dl_fl dd.hover h3 a:active{ color:#fff;}
.TextList_dl_fl dd.hover .TextList_dd_fl div{ color:#fff;}

.TextList_dl_fl dd.on i{
	top:48px;
	left:-8px;
	background:url(../images/i_bg1.png) no-repeat center center;
	}
.TextList_dl_fl dd.on.hover i{
	top:48px;
	left:-8px;
	background:url(../images/i_bg.png) no-repeat center center;
	}

	

/**/


/*全图列表*/
.ImgListbox{
	overflow:hidden;
	min-height:370px;
	height:auto !important;
	height:370px;
	}
.ImgList{
	display:block;
	width:1056px;
	clear:both;
	}
.ImgList dd{
	display:block;
	width:308px;
	height:368px;
	overflow:hidden;
	float:left;
	margin:35px 44px 0 0;
	background:url(../images/bgbox_bg.png) no-repeat center center;
	position:relative;
	}
.bg_box{
	display:block;
    width:308px;
	height:368px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	}
.ImgList dd i{
	display:block;
	width:308px;
	height:368px;
	overflow:hidden;
	background:url(../images/bgbox_bg_h.jpg) no-repeat center center;
	position:absolute;
	top:0;
	left:0;
	display:none;
	}
.bg_box:hover span a{ color:#ffffff;}
.bg_box p{
	display:block;
	width:277px;
	height:277px;
	margin:15px 15px 0 15px;
	}
.bg_box p img{
	display:block;
	width:277px;
	height:277px;
	border: #E8F3EB 1px solid;

	}
.bg_box span{
	display:block;
	height:28px;
	font-size:16px;
	line-height:28px;
	text-align:center;
	margin-top:20px;
	}
.bg_box span a{
	display:block;
	height:28px;
	font-size:16px;
	color:#1eb660;
	line-height:28px;
	text-align:center;
	}
/*图文列表*/
.imgListbox1{
	width:1005px;
	overflow:hidden;
	min-height:335px;
	height:auto !important;
	height:335px;
}
.imgListbox1 dl{
	width:1045px;
	}
.imgListbox1 dd{
	width:308px;
	height:335px;
	background:#fcfcfc;
	float:left;
	margin-right:40px;
	border-bottom:1px solid #e3e4e5;
	}
.imgListbox1 dd p{
	display:block;
	width:306px;
	height:196px;
	margin:1px;
	}
.imgListbox1 dd p img{
	display:block;
	width:306px;
	height:196px;
	}
.imgListbox1 dd h2{
	display:block;
	height:28px;
	margin:10px 0 0 18px;
	}
.imgListbox1 dd h2 a{
	display:block;
	height:28px;
	font-size:14px;
	color:#1eb660;
	line-height:28px;
	text-align:left;
	overflow: hidden;
	}
.imgListbox1 dd div{
	width:275px;
	font-size:14px;
	color:#777777;
	line-height:28px;
	margin-left:18px;
	height: 80px;
	overflow: hidden;
	}
.Listbox1_top{ overflow:hidden;}
.Listbox1_top_fl{
	width:220px;
	height:150px;
	}
.Listbox1_top_fl img{
	width:220px;
	height:150px;
	}
.Listbox1_top_fr{
	width:715px;
	}
.Listbox1_top_fr h3 a{
	display:block;
	height:28px;
	font-size:16px;
	line-height:28px;
	text-align:left;
	color:#1eb660;
	margin-top:5px
	}
.Listbox1_top_fr div{
	width:712px;
	line-height:35px;
	}
.Listbox1_top_fr div i{
	width:712px;
	line-height:35px;
	font-size:14px;
	color:#c3c3c3;
	}
.Listbox1_top_fr div p a{
	display:block;
	width:81px;
	height:23px;
	background:url(../images/icon_move.jpg) no-repeat center center;
	float:right;
	margin-right:25px;
	}
.Listbox1{
	overflow:hidden;
	border-bottom:1px solid #dbdbde;
	background:#fcfcfc;
	padding:30px 18px 0 18px;
	}
.Listbox1_dl dd{
	display:block;
	height:40px;
	border-bottom:1px dotted #dfdfdf;
	}
.Listbox1_dl dd a{
	display:block;
	height:40px;
	line-height:40px;
	text-align:left;
	font-size:14px;
	color:#9e9d9d;
	float:left;
	margin-left:14px;
	}
.Listbox1_dl dd a:link{color:#9e9d9d;}/* 未访问的链接 */
.Listbox1_dl dd a:visited{color:#9e9d9d;}/* 已访问的链接 */
.Listbox1_dl dd a:hover{color:#1eb660;}/* 鼠标在链接上 */
.Listbox1_dl dd a:active{color:#9e9d9d;}/* 点击激活链接 */
.Listbox1_dl dd span{
	display:block;
	height:40px;
	line-height:40px;
	font-family:"宋体";
	font-size:12px;
	color:#cacaca;
	float:right;
	margin-right:5px;
	}
/*^
 * 文章阅读页
 * @author 赵卫平
 * @created 2014.12.22
 */ 
.tan_articlebox{
	background:#ffffff;
	box-shadow:0px 2px 1px 0px #cccccc !important;
	padding:30px 0 30px 0;
	min-height:150px;
	height:auto !important;
	height:150px; 
	}
.tan_articlebox img{
	max-width:100%;
	}
.tan_article{
	clear:both;
	line-height:30px; 
	width:935px;
	min-height:100px;
	height:auto !important;
	height:100px; 
	margin:0 auto;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #dedfe1;
	padding:20px 0 35px 0;
	margin-top:30px;
	font-size:14px;
	line-height:28px;
	color:#777777;
	}
.tan_article_title{
	font-size:16px;
	text-align:center;
	line-height:40px;
	color:#097345;
	font-weight:bold;
	}
.tan_article_time{
	clear:both;
	height:30px;
	font-family:"宋体";
	line-height:30px;
	text-align:center;
	color:#b8b8b8;
	}
.tan_article_time span{ cursor:pointer;}
.tan_article_time span:link{color:#b8b8b8;}/* 未访问的链接 */
.tan_article_time span:visited{color:#1eb660;font-weight:bold;}/* 已访问的链接 */
.tan_article_time span:hover{color:#1eb660;font-weight:bold;}/* 鼠标在链接上 */
.tan_article_time span:active{color:#1eb660;font-weight:bold;}/* 点击激活链接 */
.tan_article_time span.hover{color:#1eb660;font-weight:bold;}/* 鼠标在链接上 */


	
.tan_article_page{padding:15px 0;text-align:center;}
.tan_article_page a.hover{color:#1eb660; font-weight:bold;}
.tan_article_pageUp{
	clear:both;
	overflow:hidden;
	padding:10px 0 20px 0;
	width:935px; 
	margin:0 auto;
	position:relative;
	}
.tan_article_pageUp dl dd{
	display:block;
	height:30px;
	clear:both;
	margin-bottom:5px;
	}
.tan_article_pageUp dl dd span{
	width:80px;
	display:block;
	line-height:30px;
	float:left;
	color:#777777;
	background:#ececec;
	text-align:right;
	padding:0 5px 0 0;
	border-right:1px solid #fff;
	}
.tan_article_pageUp dl dd a{
	font-family:"宋体";
	color:#777777;
	display:block;
	overflow:hidden;
	float:left;
	line-height:30px;
	background:#f4f4f4;
	padding:0 20px 0 10px;
	}
.tan_article_pageUp dl dd span{
	font-family:"宋体";
	line-height:30px;
	color:#777777;
	}
.tan_article_pageUp dl dd a:hover{color:#1eb660;}

.tan_share{
	top:35px;
	right:0;
	height:30px;
	position:absolute;
	}

.tan_download{
	clear:both;
	height:32px;
	font-size:18px;
	width:935px; 
	margin:0 auto;
	padding:15px 0;
	}
.tan_download a{
	display:block;
	line-height:32px;
	float:left;
	padding:0 40px 0 0;
	color:#cc0000;
	font-family:"microsoft yahei";
	margin:0 10px 0 0;
	background:url(../images/download.png) no-repeat right center;
	}
.correlation{ margin-left:35px;}
.correlation dt{
	display:block;
	height:40px;
	font-size:16px;
	line-height:40px;
	text-align:left;
	color:#097345;
	}
.correlation dd{
	display:block;
	height:28px;
	font-size:14px;
	line-height:28px;
	color:#b3b3b3;
	}
.correlation dd a{
	height:28px;
	font-size:14px;
	line-height:28px;
	color:#777777;
	padding-left:5px;
	}
.correlation dd a:link{color:#777777;}/* 未访问的链接 */
.correlation dd a:visited{color:#777777;}/* 已访问的链接 */
.correlation dd a:hover{color:#1eb660;}/* 鼠标在链接上 */
.correlation dd a:active{color:#777777;}/* 点击激活链接 */
/*产品展示*/
.product_box1{
	overflow:hidden;
	background:#ffffff;
	border-bottom:1px solid #dfdfe2;
	padding:20px 40px 35px 20px;
	}
.product_box1_fl{
	width:407px;
	overflow:hidden;
	}
.product_box1_fr{
	width:480px;
	overflow:hidden;
	}
.product_box1_fr h1 a{
	display:block;
	height:42px;
	font-size:18px;
	color:#00923f;
	line-height:42px;
	font-weight:normal;
	text-align:left;
	}
.product_box1_fr ul li{
	font-size:14px;
	line-height:32px;
	color:#b2b2b2;
	display:block;
	}
.product_box2{
	min-height:200px;
	height:auto !important;
	background:#ffffff;
	border-bottom:1px solid #dfdfe2;
	position:relative;
	margin-top:45px;
	padding:50px 30px 30px 30px;
	}
.product_menu{
	display:block;
	height:38px;
	position:absolute;
	left:0;
	top:-20px;
	}
.product_menu dd{
	display:block;
	width:105px;
	height:38px;
	text-align:center;
	line-height:38px;
	background:#00923f;
	float:left;
	margin-right:2px;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	}
.product_menu dd.hover{background:#1eb660;}

.product_txt dd{
	float:left;
	margin-right:150px;
	}
.product_txt dd ul li{
	font-size:12px;
	line-height:28px;
	color:#a7a6a6;
	text-align:left;
	}
.productView{
	color:#999 !important;
	clear:both;
	line-height:20px;
	}	
/*单篇文章阅读页*/
.articleBox{
	overflow:hidden;
	background:#ffffff;
	box-shadow:0px 2px 1px 0px #cccccc;
	font-size:14px;
	line-height:30px;
	color:#777777;
	padding:50px 30px 85px 30px;
	min-height:100px;
	height:auto !important;
	height:100px; 
	}
.articleBox img{
	max-width:100%;
	}
/*招聘*/
.jobForm{
	display:block;
	overflow:hidden;
	padding:15px 25px 30px 45px;
	min-height:100px;
	height:auto !important;
	height:100px;
	}
.jobForm dd{
	display:block;
	clear:both;
	padding:15px 0 0 0;
	}
.jobForm dd B{
	display:block;
	width:80px;
	height:26px;
	line-height:26px;
	font-size:14px;
	color:#777777;
	text-align:right;
	float:left;
	font-weight:normal;
	}
.jobForm dd input{
	width:185px;
	float:left;
	height:28px;
	border:none;
	color:#777777;
	padding:0 0 0 5px;
	}
.jobForm dd input.w225{width:255px;}
.jobForm dd input.w580{width:580px;}
.jobForm dd input.w95{width:95px;}
.jobForm dd textarea{
	width:710px;
	height:180px;
	float:left;
	line-height:20px;
	border:none;
	color:#777777;
	padding:5px 0 0 5px;
	outline: none;
	}
.jobForm dd img{
	display:block;
	float:left;
	height:28px;
	margin:0 0 0 10px;
	cursor:pointer;
	}
.jobUpload{
	float:left;
	height:30px;
	}
.jobForm dd i{
	display:block;
	line-height:28px;
	float:left;
	padding:0 0 0 10px;
	}
	
.selected{
	width:80px;
	float:left;
	position:relative;
	}
.selected input{ width:80px;}
.selected div{
	width:100%;
	height:100px;
	display:block;
	clear:both;
	position:absolute;
	top:28px;
	z-index:99999;
	border-top:1px solid #e8e8eb;
	display:none;
	}
.selected div a{
	display:block;
	line-height:30px;
	clear:both;
	padding:0 0 0 0 8px;
	background:#fff;
	text-align:center;
	}
.selected div a:hover{
	background:#f3f3f3;
	}
.selected em{
	display:block;
	line-height:28px;
	text-align:center;
	padding:0 8px 0 0;
	cursor:pointer;
	background:#fff url(../images/icon1.jpg) no-repeat 65px center;
	}
.selected.w150{width:180px;}
.selected.w150 em{
	width:100%;
	text-align:left;
	padding:0 0 0 10px;
	background:#fff url(../images/icon1.jpg) no-repeat 170px center;
	}
.selected.w150 div{
	width:190px;
	background:#ff0000;
	}
.selected.w150 div a{ width:180px;text-align:left; padding:0 0 0 10px;}

	
.bottom{
	height:30px;
	margin:0 auto;
	padding:0 0 0 125px;
	}
.bottom1{
	display:block;
	width:79px;
	height:35px;
	background:#087345;
	border:none;
	font-size:16px;
	line-height:35px;
	color:#ffffff;
	float:left;
	font-family:"microsoft yahei";
	margin:0 20px 0 0;
	}
.bottom1:hover{background:#00923f;}
.bottom2{
	display:block;
	width:79px;
	height:30px;
	background:#1eb660;
	border:none;
	font-size:14px;
	line-height:30px;
	color:#ffffff;
	float:right;
	}
.jionbox{ width:1005px;
	overflow:hidden;
	min-height:100px;
	height:auto !important;
	height:100px;
	}
.jion_ul{ width:1200px;}
.jion_ul li{
	display:block;
	width:308px;
	height:251px;
	border-bottom:1px solid #dfdfe2;
	background:#fcfcfc;
	position:relative;
	float:left;
	margin:0 42px 52px 0;
	}
.jion_ul li h2{
	display:block;
	height:47px;
	background:#1eb660;
	margin-bottom:23px;
	
	}
.jion_ul li h2 a{
	height:47px;
	font-size:16px;
	color:#d3ffe6;
	line-height:47px;
	margin-left:15px;
	float:left;
	}
.jion_ul li h2 span{
	display:block;
	height:47px;
	line-height:47px;
	font-size:12px;
	color:#ffffff;
	float:right;
	margin-right:23px;
	font-weight:normal;
	}
.jion_ul li h3{
	display:block;
	height:28px;
	line-height:28px;
	font-size:14px;
	color:#1eb660;
	font-weight:normal;
	margin-left:25px;
	}
.jion_ul li h3 i{
	font-size:12px;
	height:28px;
	color:#a3a3a3;
	}
.jion_ul li h3 i a{
	font-size:12px;
	height:28px;
	color:#a3a3a3;
	}
.jion_ul li h3 span{
	font-size:12px;
	height:28px;
	color:#a3a3a3;
	margin-left:40px;
	}
.jion_ul li h3 span a{
	font-size:12px;
	height:28px;
	color:#a3a3a3;
	}
.jion_ul li h3 div{
	width:265px;
	font-size:12px;
	height:28px;
	color:#a3a3a3;
	}
.jion_ul li em{
	display:block;
	width:100px;
	height:30px;
	background:#1eb660;
	text-align:center;
	line-height:30px;
	position:absolute;
	bottom:-15px;
	left:23px;
	}
.jion_ul li em a{
	display:block;
	width:100px;
	height:30px;
	font-size:14px;
	color:#ffffff;
	height:30px;
	text-align:center;
	}
.jion_txtbox{
	width:1005px;
	overflow:hidden;
	background:#ffffff;
	border-bottom:1px solid #dfdfe2;
	padding:25px 42px 45px 42px;
	min-height:100px;
	height:auto !important;
	height:100px;
	}
.jion_txtdl dt{
	display:block;
	line-height:40px;
	color:#00923f;
	font-size:18px;
	text-align:left;
	}
.jion_txtdl dd{
	display:block;
	line-height:28px;
	color:#a2a2a2;
	font-size:14px;
	text-align:left;
	}
.jion_txtdl dd.jobView{
	clear:both;
	overflow:hidden;
	padding:10px 10px 10px 10px;
	}

.jion_txtdl .dd6 a{
	display:block;
	width:122px;
	height:40px;
	background:#1eb660;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	text-align:center;
	float:right;
	}
/**/
.stbox1{
	width:905px;
	background:#ffffff;
	border-bottom:1px solid #dfdfe2;
	margin-bottom:30px;
	padding:20px 0 20px 100px;
	}
.stbox2{
	overflow:hidden;
	background:#ffffff;
	border-bottom:1px solid #dfdfe2;
	padding:35px 42px 40px 42px;
	line-height:28px;
	color:#777777;
	font-size:14px;
	}
.companyTitle{
	clear:both;
	font-size:16px;
	color:#00923f;
	font-weight:bold;
	padding:0 0 10px 0;
	}
.companyUrl{
	display:block;
	clear:both;
	}
.companyUrl a{
	width:94px;
	line-height:34px;
	display:block;
	float:right;
	color:#fff;
	font-size:14px;
	background:#00923f;
	text-align:center;
	}
.companyUrl a:visited{ color:#fff}
.companyUrl a:hover{background:#1eb660;}
.companyUrl a:active{ color:#fff}
/*大事件*/
.aboutbox1{
	width:920px;
	height:720px;
	background:url(../images/about_bg.png) no-repeat left center;
	position:relative;
	margin:0 auto;
	}
.tan_Box3{
	width:920px;
	height:612px;
	overflow:hidden;
	margin-top:60px;
	}

.tan_scrol3{
	display:block;
	width:920px;
	}
.tan_scrol3 dd{
	display:block;
	width:920px;
	overflow:hidden;
	margin-bottom:37px;
	position:relative;
	}
.dd_fl{
	width:239px;
	height:35px;
	position:absolute;
	left:0;
	top:50%;
	margin:-18px 0 0 0;
	background:url(../images/about_bg1.png) no-repeat center right;
	}
.dd_fl a{
	display:block;
	width:108px;
	height:35px;
	background:#ffffff;
	border-bottom:1px solid #dcdfe0;
	font-size:20px;
	color:#1eb660;
	line-height:35px;
	text-align:center;
	}
.dd_fr{
	width:639px;
	overflow:hidden;
	}
.dd_fr i{
	display:block;
	width:11px;
	height:69px;
	background:url(../images/i_h.png) no-repeat center center;
	position:absolute;
	left:282px;
	top:50%;
	margin:-34px 0 0 0;
	}
.tan_scrol3 dd:hover .dd_fr i{ background:url(../images/i_h1.png) no-repeat center center;}
.tan_scrol3 dd:hover .dd_fr_txt{ background:#1eb660;}
.tan_scrol3 dd:hover .dd_fr_txt a{ color:#ddfceb;}
.tan_scrol3 dd:hover .dd_fl a{color:#ddfceb;background:#1eb660;}

.dd_fr_txt{
	display:block;
	width:628px;
	background:#ffffff;
	float:right;
	line-height:28px;
	border-bottom:1px solid #dcdfe0;
	}
.dd_fr_txt a{
	display:block; 
	float:right;
	font-size:14px;
	line-height:28px;
	color:#777777;
	padding:7px 25px 7px 25px;
	}
#slide3{
	margin-top:13px;
	overflow:hidden;
	}
#slide3 .bt1{
	display:block;
	width:18px;
	height:17px;
	background:url(../images/icon_about1.png) no-repeat center;
	position:absolute;
	left:221px;
	top:-10px;
	z-index:9999;
	}
#slide3 .bt1:hover{
	background:url(../images/icon_about2.png) no-repeat center;
	}
#slide3 .bt2{
	display:block;
	width:18px;
	height:17px;
	background:url(../images/icon_about3.png) no-repeat center;
	position:absolute;
	left:220px;
	bottom:-10px;
	z-index:9999;
	}
#slide3 .bt2:hover{
	background:url(../images/icon_about4.png) no-repeat center;
	}
	
	

/*^
 * 右侧漂浮
 * @author 赵卫平
 * @created 2014.12.24
 */
.scrollRight{
	width:66px;
	height:365px;
	position:absolute;
	z-index: 100001;
	right:50px;
	}
.scrollRight img{
	width:66px;
	display:block;
	height:40px;
	}
.scrollRight a{
	display:block;
	width:66px;
	height:66px;
	text-align:center;
	color:#ecf7f1;
	background:#00923f;
	margin-bottom:3px;
	}
.scrollRight .a3{ position:relative;}
.scrollRight .a3 i{
	display:block;
	width:78px;
	height:68px;
	position:absolute;
	right:63px;
	bottom:0;
	background:url(../images/float_icon4_h.png) no-repeat center center;
	padding:7px 7px 0 0;
	}
.scrollRight .a3 i img{
	display:block;
	width:63px;
	height:62px;
	margin:0 auto;
	}
.scrollRight a:link { background:#00923f;}/* 未访问的链接 */
.scrollRight a:visited {background:#00923f;}/* 已访问的链接 */
.scrollRight a:hover {background:#00c354;}/* 鼠标在链接上 */
.scrollRight a:active {background:#00923f;}/* 点击激活链接 */


/*^
 * 留言列表
 * @author 杨朝杰
 * @created 2014.12.26
 */
.msgTitle{
	clear:both;
	font-size:15px;
	font-family:"microsoft yahei";
	border-bottom:1px solid #dedede;
	padding:40px 0 10px 0;
	color:#097345;
	font-weight:bold;
	}
.msgList{
	clear:both;
	border-top:1px solid #fff;
	}
.msgList dl dt{
	height:37px;
	clear:both;
	padding:13px 0;
	}
.msgList dl dt span,.msgList dl dt p{
	display:block;
	line-height:37px;
	background:#097345;
	border-right:1px solid #fff;
	float:left;
	color:#fff;
	text-align:center;
	}
.msgList dl dt span{ font-size:16px; width:95px; }
.msgList dl dt p{ width:190px; font-size:14px;}

.msgList dl dd{
	clear:both;
	padding:9px 0;
	overflow:hidden;
	}
.msgList_ask,.msgList_reply{
	width:100px;
	height:28px;
	line-height:28px;
	float:left;
	padding:0 10px 0 0;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:url(../images/msg_bg.png) no-repeat left top;
	}
.msgList_reply{ background-position:left bottom;}
.askInfo,.replyInfo{
	color:#777777;
	width:800px;
	float:left;
	line-height:25px;
	padding:5px 0 5px 10px;
	font-size:14px;
	}
.askInfo{color:#777777;}
/*^^^^产品相册展示begin^^^^*/
.big_pic_show {
	width:400px;
	height: 400px;
	z-index: 1;
	margin:0 auto;
}
.bigpic {
	width: 400px;
	height:400px;
	margin-bottom: 5px;
	overflow: hidden;
	border:solid 1px #ececec;
}
.bigpic a {
	width: 400px;
	height:400px;
	display: block;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width: 300px !important;
	height: 300px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	background:url(../images/float_layer.png) repeat;
	cursor:move;
	z-index: 99;
}

.moveBox{
	width:405px;
	height:70px;
	margin:15px auto;
	position:relative;
}
.pageLeft{
	width:10px;
	height:70px;
	position:absolute;
	left:0;
	top:0;
	display:inline;
	cursor:pointer;
	background:url(../images/product_L.jpg) no-repeat left center;
}
.pageRight{
	width:10px;
	height:70px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	background:url(../images/product_R.jpg) no-repeat right center;
}
.move_content{
	clear:both;
	width:380px;
	height:70px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
	margin:5px 0 0 12px;
	}
.rexiaoPic {
	OVERFLOW:hidden;
	WIDTH:4000px;
	HEIGHT:70px;
}
.sell_order {
	WIDTH:9999px;
	POSITION:absolute
}
.rexiaoPic LI{
	width:60px;
	height:60px;
	float:left;
	display:block;
	margin:0 20px 0 0;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
}
.rexiaoPic LI.hover{
	width:60px;
	height:60px;
	float:left;
	display:block;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	}
.rexiaoPic LI img{
	width:60px;
	height:60px;
}
.rexiaoPic li.hover img{
	width:56px;
	height:56px;
	border:2px solid #009438;
	}

/*^^^^产品相册展示end^^^^*/
/*======联系我们========*/
.cantact_dl dd{
	display:block;
	width:957px;
	height:223px;
	background:#ffffff;
	padding:11px 12px 11px 35px;
	margin-top:30px;
	box-shadow:0px 0px 5px 0px #CCC;
	}
.cantact_dl_fl{
	overflow:hidden;
	margin-top:45px;
	}
.cantact_dl_fl h3 a{
	font-family:"microsoft yahei";
	font-size:16px;
	line-height:28px;
	color:#00923f;
	}
.cantact_dl_fl div{
	font-size:13px;
	line-height:24px;
	color:#777777;
	margin-top:10px;
	}
.cantact_dl_fr img{
	display:block;
	width:568px;
	height:221px;
	}
/*========*/
.articleBox1{
	overflow:hidden;
	background:#ffffff;
	box-shadow:0px 2px 1px 0px #cccccc;
	font-size:14px;
	line-height:30px;
	color:#777777;
	padding:50px 30px 85px 30px;
	}
.articleBox1 .p1{
	display:block;
	width:446px;
	height:296px;
	float:left;
	padding:0 15px 0 0;
	}
.articleBox1 .p1 img{
	display:block;
	width:446px;
	height:296px;
	}
.articleBox1 h1{
	display:block;
	width:480px;
	font-size:18px;
	line-height:30px;
	color:#1eb660;
	text-indent:2em;
	float:right;
	}
/*====公司分布地图====*/
.map{ position:relative;width:856px; margin:0 auto;}
.map a{ color:#5b5a5a; font-size:14px; text-decoration:none;}
.map a:hover{ color:#ffffff;}
.citybg{ position:absolute; display:none; z-index:3; }
.city a.active .citybg{ display:block; z-index:3;}
p#vtip {
	display: none;
	position: absolute;
	padding:0 10px;
	line-height:23px;
	left: 5px;
	background-color: white;
	border:1px solid #a6c9e2;
	z-index: 9999
}
p#vtip #vtipArrow {
	position: absolute;
	bottom: -10px;
	left:10px
}
/**/
#myleft{ display:none !important;}
#dangdang{ display:none !important;}